fix(web-ui, git_tool, flow-chat): scrollbar visibility, git subcommand deduplication, tool card styling, and runtime hints#578
Merged
limityan merged 5 commits intoGCWing:mainfrom Apr 29, 2026
Conversation
…S variables Extract shared icon size and text styling into CSS variables in _tool-card-common.scss so that dense-command variants (Terminal, Git) only override spacing, not sizing. This aligns Skill and Terminal tool cards on icon size (16px), font size (14px), line-height (1.65), and font-weight (500). - Add --tool-card-icon-size, --tool-card-action-font-size, --tool-card-action-line-height, --tool-card-action-font-weight - Use variables for SVG width/height and compact-card text - Remove size/font overrides from .compact-tool-card-wrapper--dense-command Generated with BitFun Co-Authored-By: BitFun
…le subcommand When the AI model mistakenly includes the subcommand name in the `args` field (e.g. `operation:
- Set overflow: hidden on .explore-region__content by default - Move overflow-y: auto behind .explore-region--has-scroll class - Preserve auto-scroll behavior during streaming Generated with BitFun Co-Authored-By: BitFun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
fix(web-ui): only show explore region scrollbar when content overflows
overflow: hiddenon.explore-region__contentby defaultoverflow-y: autobehind.explore-region--has-scrollclassfix(git_tool): strip leading operation name from args to prevent double subcommand
argsfield, strip it to avoid duplicate subcommandsfix(flow-chat): restore processingHints random hints for runtime status
fix(flow-chat): align git command tool card
Refactors
_tool-card-common.scss.compact-tool-card-wrapper--dense-commandFeatures